home *** CD-ROM | disk | FTP | other *** search
/ Garbo / Garbo.cdr / mac / hypercrd / hc1_2_x / fretext1.sit / Free Text Help_Services v1.01 / card_25242.txt < prev    next >
Text File  |  1990-04-13  |  908b  |  30 lines

  1. -- card: 25242 from stack: in.01
  2. -- bmap block id: 0
  3. -- flags: 0000
  4. -- background id: 3166
  5. -- name: 
  6.  
  7.  
  8. -- part contents for background part 1
  9. ----- text -----
  10.  
  11. zbrowser():
  12. /* dispatch control to a function
  13.  * defined by the first letter of the first argument of the XFCN
  14.  *
  15.  * function to logically AND two subsets, and put the resulting intersection
  16.  * of sets into the first of the two:
  17.  *
  18.  *  ("ANDSUBSETS", subsetHandle1, subsetHandle2)
  19.  *  --  returns quietly with nothing if it successfully ANDs all bits
  20.  *      in the first subset flag array with the second array; beeps
  21.  *      and gives an error msg if it fails somehow...
  22.  *
  23.  * function to logically NOT a subset, inverting its contents
  24.  *
  25.  *  ("BOOLEANNOTSUBSET", subsetHandle)
  26.  *  --  returns quietly with nothing if it successfully NOTs all bits
  27.  *      in the subset flag array; beeps
  28.  *      and gives an error msg if it fails somehow...
  29.  *
  30.